home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / ICLBUILD.ZIP / SETUP.INF < prev    next >
INI File  |  1993-11-07  |  1KB  |  38 lines

  1. ; Module name: Setup.Inf
  2.  
  3. [Application] 
  4. ;Application global information 
  5. AppName=ICL Builder
  6. DefDir=C:\ICLBUILD
  7. SpaceNeeded=300
  8. DefPMGroup=ICLBUILD.grp, ICL Builder
  9.  
  10. [Disks] 
  11. ;List of diskettes needed to install the product and the name 
  12. ;of each diskette.
  13. 1=ICL Builder
  14.  
  15. [Dirs] 
  16. ;lists of directories that must be created from the destination directory 
  17. ;files to be copied are in the same directory structure on the 
  18. ;floppy (by default) 
  19. 1=.
  20. 2=E:\WIN3-1\SYSTEM
  21.  
  22. [Files] 
  23. ;description, name, (dir #), (diskette #), (Compressed)
  24. ICL Builder Read Me,  README.TXT,   1, 1, N
  25. ICL Builder,          ICLBUILD.EXE, 1, 1, N
  26. ICL Builder Help,     ICLBUILD.HLP, 1, 1, N
  27. IconDLG DLL,          ICONDLG.DLL,  2, 1, N
  28. BWCC DLL,             BWCC.DLL,     2, 1, N
  29. Order Form,           ORDERFRM.TXT, 1, 1, N
  30.  
  31. [PM Info] 
  32. ;File Name, App Description, Icon file #, Icon #
  33. ICLBUILD.EXE,  ICL Builder
  34. README.TXT,    ICL Builder Readme, NOTEPAD.EXE, 0
  35. ORDERFRM.TXT,  Order Form,         NOTEPAD.EXE, 0
  36.  
  37. [End]
  38.